home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modleadv.dir / 00049_Script_49 < prev    next >
Text File  |  1994-11-28  |  375b  |  18 lines

  1. on ExitFrame 
  2.   go to frame the frame
  3. end
  4.  
  5. on enterframe
  6.   global lcl,rcl,ucl,dcl,pnt
  7.   
  8.   set the cursor of sprite 1 to ucl
  9.   set the cursor of sprite 2 to lcl
  10.   set the cursor of sprite 3 to pnt
  11.   set the cursor of sprite 4 to 0
  12.   set the cursor of sprite 5 to 0
  13.   
  14.   set the cursor of sprite 6 to pnt
  15.   set the cursor of sprite 8 to rcl
  16.   updatestage
  17. end
  18.